home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 135 / cd-rom 135.iso / jogos / stepm / prog / StepMania-3.9.exe / Data / Unlocks.dat < prev   
Encoding:
Text File  |  2003-07-14  |  1.2 KB  |  38 lines

  1. // Test file for Miryo's new Unlock system. 
  2. // Songs/courses are matched by name, not folder name
  3. //
  4. // System modified by curewater
  5. //
  6. // The following methods are implemented:
  7. //
  8. // DP - Dance points, e.g. 2 per perfect, 1 per great, etc.
  9. // AP - Arcade points, like MAX2 arcade
  10. // SP - Song points, like MAX2 Home
  11. // CS - Clear Stages, like 5th Home
  12. // RO - Roulette, unlocked by landing on it in roulette.
  13. //
  14. // To be implemented: Toasty, Clear Extra Stages, Fail Extra Stages.
  15. //
  16. // Courses will be implemented eventually, but not yet.
  17. // Songs are matched by title + subtitle.
  18. //
  19. // Any line not starting with #UNLOCK will be ignored.
  20. //
  21. // Sample lines:
  22. //
  23. // #UNLOCK:xenon:AP=10;
  24. // Song xenon requires 10 arcade points to unlock.
  25. // 
  26. // #UNLOCK:the Legend of MAX:RO=3
  27. // Song "the Legend of Max" is in roulette slot 3.
  28. //
  29. // #UNLOCK:PARANOIA SURVIVOR MAX:CS=30,RO=3;
  30. // Song "Paranoia Surivvor MAX" is locked either by clearing
  31. // 30 stages, or by landing on it in roulette slot 3.
  32. //
  33. // #UNLOCK:POP 4:CS=50;
  34. // Course Pop 4 is locked until 50 stages are cleared.
  35. // (Stepmania doesn't distinguish between song and course titles
  36. // yet.
  37. //
  38.